home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / Breaker.exe / scripts / frame_21 / DoAction.as
Text File  |  2006-05-29  |  485b  |  27 lines

  1. count = "0";
  2. while(count < "56")
  3. {
  4.    count += "1";
  5.    set("tab" add count,"0");
  6. }
  7. count = "0";
  8. while(count < "56")
  9. {
  10.    count += "1";
  11.    set("tab" add count,"2");
  12. }
  13. count = "0";
  14. while(count < "56")
  15. {
  16.    count += "1";
  17.    if("0" < count and count < "9" or "16" < count and count < "25" or "32" < count and count < "41")
  18.    {
  19.       set("tab" add count,"1");
  20.    }
  21.    if("48" < count and count < "57")
  22.    {
  23.       set("tab" add count,"1");
  24.    }
  25. }
  26. gotoAndPlay(70);
  27.